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

features to pause batch execution #1323

Draft
wants to merge 21 commits into
base: main
Choose a base branch
from

Commits on Apr 30, 2024

  1. wip

    pgvsalamander committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    6d4d4a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d9c784 View commit details
    Browse the repository at this point in the history
  3. rm irrelevant changes

    pgvsalamander committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    508e556 View commit details
    Browse the repository at this point in the history
  4. appease linter

    pgvsalamander committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    ec11c44 View commit details
    Browse the repository at this point in the history
  5. remove byebug

    pgvsalamander committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    e368b3c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1803f8b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f949fd0 View commit details
    Browse the repository at this point in the history
  8. comment

    pgvsalamander committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    4998922 View commit details
    Browse the repository at this point in the history
  9. todo

    pgvsalamander committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    bf33a9b View commit details
    Browse the repository at this point in the history
  10. linter - use load hook

    pgvsalamander committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    10e1404 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cceee54 View commit details
    Browse the repository at this point in the history
  12. fixed a issue that would cause the jobs-to-unpause query to break and…

    … select all paused jobs if the batch had not been persisted
    pgvsalamander committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    f66c5d7 View commit details
    Browse the repository at this point in the history
  13. working on tests

    pgvsalamander committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    84527cb View commit details
    Browse the repository at this point in the history
  14. cleanup

    pgvsalamander committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    749b464 View commit details
    Browse the repository at this point in the history
  15. fixed test failures caused by scheduled_at being nil, need to confirm…

    … the intended behavior is that it is always set
    pgvsalamander committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    bce4daf View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    18b58ff View commit details
    Browse the repository at this point in the history
  17. linter

    pgvsalamander committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    768ab27 View commit details
    Browse the repository at this point in the history
  18. repaired tests

    pgvsalamander committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    a31084e View commit details
    Browse the repository at this point in the history
  19. cleanup

    pgvsalamander committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    e27b9f5 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1f266db View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7c599a7 View commit details
    Browse the repository at this point in the history