-
-
Notifications
You must be signed in to change notification settings - Fork 192
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
feat: Adding the ability to prioritize tasks #519
base: master
Are you sure you want to change the base?
Commits on Jul 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d389e53 - Browse repository at this point
Copy the full SHA d389e53View commit details
Commits on Aug 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0298341 - Browse repository at this point
Copy the full SHA 0298341View commit details
Commits on Sep 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2e879ab - Browse repository at this point
Copy the full SHA 2e879abView commit details -
Make getQueryOrderPart not part of JdbcCustomization interface as it …
…is currently the same for all databases
Configuration menu - View commit details
-
Copy full SHA for 3ad327d - Browse repository at this point
Copy the full SHA 3ad327dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa0d808 - Browse repository at this point
Copy the full SHA fa0d808View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f53146 - Browse repository at this point
Copy the full SHA 7f53146View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8aed4fe - Browse repository at this point
Copy the full SHA 8aed4feView commit details -
Allow Task-types to specify a default priority (typically HIGH for re…
…curring, and MEDIUM for the rest)
Configuration menu - View commit details
-
Copy full SHA for fce9c49 - Browse repository at this point
Copy the full SHA fce9c49View commit details -
Refactor TaskDescription a bit. SchedulableInstance.Builder since we …
…now have a TaskInstance.Builder.
Configuration menu - View commit details
-
Copy full SHA for 26e0492 - Browse repository at this point
Copy the full SHA 26e0492View commit details -
Configuration menu - View commit details
-
Copy full SHA for bee9217 - Browse repository at this point
Copy the full SHA bee9217View commit details -
Configuration menu - View commit details
-
Copy full SHA for e77ac64 - Browse repository at this point
Copy the full SHA e77ac64View commit details -
Configuration menu - View commit details
-
Copy full SHA for e31e90a - Browse repository at this point
Copy the full SHA e31e90aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 241fbba - Browse repository at this point
Copy the full SHA 241fbbaView commit details
Commits on Oct 11, 2024
-
Completing refactor introducing instance-builder on TaskDescriptor. D…
…eprecating TaskWithDataDescriptor and TaskWithoutDataDescriptor. Updated examples.
Configuration menu - View commit details
-
Copy full SHA for 9d9c30f - Browse repository at this point
Copy the full SHA 9d9c30fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1b4a79 - Browse repository at this point
Copy the full SHA b1b4a79View commit details
Commits on Oct 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 397d70a - Browse repository at this point
Copy the full SHA 397d70aView commit details -
Try removing dependency on priority-column in table (to allow users t…
…o upgrade without modifying the schema)
Configuration menu - View commit details
-
Copy full SHA for cc6f76f - Browse repository at this point
Copy the full SHA cc6f76fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e08284b - Browse repository at this point
Copy the full SHA e08284bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1025734 - Browse repository at this point
Copy the full SHA 1025734View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62e95b8 - Browse repository at this point
Copy the full SHA 62e95b8View commit details -
Fixing bug in postgres lock-and-fetch where returned executions was n…
…ot in expected order.
Configuration menu - View commit details
-
Copy full SHA for ae0c125 - Browse repository at this point
Copy the full SHA ae0c125View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20c8ebf - Browse repository at this point
Copy the full SHA 20c8ebfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 005ccf0 - Browse repository at this point
Copy the full SHA 005ccf0View commit details
Commits on Oct 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e0c0973 - Browse repository at this point
Copy the full SHA e0c0973View commit details -
Configuration menu - View commit details
-
Copy full SHA for 038ec6c - Browse repository at this point
Copy the full SHA 038ec6cView commit details -
Allow enablePriority() for SchedulerClient (to order result of getSch…
…eduledExecutions)
Configuration menu - View commit details
-
Copy full SHA for e2704a3 - Browse repository at this point
Copy the full SHA e2704a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe125cd - Browse repository at this point
Copy the full SHA fe125cdView commit details