Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[14.0] edi: generate/send chain jobs + add identity exact match based on checksum #796

Merged
merged 6 commits into from
Nov 30, 2023

Commits on Nov 27, 2023

  1. edi: fix backend jobs test old api

    The recommended way to execute actions on records
    is to call `action_exchange_*` on
    simahawk committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    bb50b23 View commit details
    Browse the repository at this point in the history
  2. edi: chain generate/send jobs

    Instead of waiting for the cron to pass again and send the file
    chain the 2 jobs so that it gets sent right after generation.
    simahawk committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    2aaa9b0 View commit details
    Browse the repository at this point in the history
  3. edi: improve send job retry

    * catch OSError
    * add debug log
    simahawk committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    9cb51cf View commit details
    Browse the repository at this point in the history
  4. edi: add file checksum

    simahawk committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    378acd2 View commit details
    Browse the repository at this point in the history
  5. edi: use job identity_key

    Prevents having duplicated jobs for the same record as far as possible.
    simahawk committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    fc0780a View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. edi: raise send job prio to max

    Try to send out the file as fast as possible once the content is ready.
    simahawk committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    e996f0f View commit details
    Browse the repository at this point in the history