Skip to content

Conversation

@AlexR2D2
Copy link
Contributor

@AlexR2D2 AlexR2D2 commented Apr 27, 2025

  • Updated DB schema: done_at field renamed to ended_at, added the new end_status field.
  • Added DB schema migration (v6) including data migration.
  • Added abort_job Queuetopia API method

Now, the ended_at field is set then Job is somehow completed (successfully or with error or aborted)
The abort_job Queuetopia API method aborts the job whether it is running or not. If job is executing, 'abort_job' brutally terminates the process of job.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant