Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cds-snc/notification-utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 53.1.1
Choose a base ref
...
head repository: cds-snc/notification-utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 53.1.2
Choose a head ref
  • 2 commits
  • 9 files changed
  • 4 contributors

Commits on Jan 21, 2025

  1. chore: synced file(s) with cds-snc/site-reliability-engineering (#348)

    * chore: synced local '.github/workflows/s3-backup.yml' with remote 'tools/sre_file_sync/s3-backup.yml'
    
    * chore: synced local '.github/workflows/export_github_data.yml' with remote 'tools/sre_file_sync/export_github_data.yml'
    
    * chore: synced local '.github/workflows/ossf-scorecard.yml' with remote 'tools/sre_file_sync/ossf-scorecard.yml'
    
    ---------
    
    Co-authored-by: sre-read-write[bot] <92993749+sre-read-write[bot]@users.noreply.github.com>
    sre-read-write[bot] authored Jan 21, 2025

    Verified

    This commit was signed with the committer’s verified signature.
    renaudhartert-db Renaud Hartert
    Copy the full SHA
    195b462 View commit details

Commits on Jan 22, 2025

  1. Task/bulk sms poor csv performance (#350)

    * Add decorator to process iterables in parallel
    
    * Bump utils + waffles version
    
    * Add auto scaling to parallelizing decorator
    
    - Added a few more tests
    
    * Add exception handling and logging
    
    - Tweaked control_chunk_and_worker_size to ensure that the chunk sizes fit evenly with the number of available workers so long as the chunk size does not exceed the max chunk size. This should mean fewer instances of where a few items from the iterable are left over and a final thread is spawned to process them after the initial batch
    
    * Refine break_condition type hinting
    
    Co-authored-by: Jimmy Royer <jimleroyer@gmail.com>
    
    * Add is_atomic flag to control behaviour
    
    - Code cleanups
    
    ---------
    
    Co-authored-by: Jumana B <jzbahrai@users.noreply.github.com>
    Co-authored-by: Jimmy Royer <jimleroyer@gmail.com>
    3 people authored Jan 22, 2025

    Verified

    This commit was signed with the committer’s verified signature.
    renaudhartert-db Renaud Hartert
    Copy the full SHA
    0fb484b View commit details
Loading