This is an automated email from the ASF dual-hosted git repository.
arm pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
from 5e26ee1 Do not apply state subdirectory migrations when hot reloading
new 34ae0a1 Add the ability to schedule future jobs. Worker claim updated
to not claim future tasks. Metadata and workflow status tasks can schedule
themselves.
new a9f6090 Add scheduled column for tasks, allow asf_uid to be passed in
task arguments
new 2e99ba3 Move asf_uid to args model and tweak logic to clear scheduled
tasks
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
atr/db/__init__.py | 7 ++
atr/models/results.py | 7 ++
atr/models/sql.py | 5 +
atr/server.py | 44 +++++----
atr/tasks/__init__.py | 66 ++++++++++++-
atr/tasks/gha.py | 92 ++++++++++++++++++
atr/tasks/metadata.py | 14 +++
atr/worker.py | 122 ++++++++++++++----------
migrations/versions/0040_2026.01.15_31d91cc5.py | 31 ++++++
9 files changed, 313 insertions(+), 75 deletions(-)
create mode 100644 migrations/versions/0040_2026.01.15_31d91cc5.py
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]