Flamenco/internal/manager/task_state_machine
Sybren A. Stüvel b66490831c Manager: fetch jobs of tasks in FetchTasksOfWorkerInStatus()
The task state machine expects that `task.Job` is set correctly. Since
SQLC does not automatically fill this field (and rightfully so), I've added
a bit of Go code that fetches the job in a separate query.

A TODO is added as a reminder that it would be better for the task state
machine itself to fetch the job when needed.
2024-05-28 16:07:17 +02:00
..
mocks Manager: Adjust code for renaming SocketIO... types to Event... 2024-02-05 09:25:43 +01:00
interfaces.go Manager: Adjust code for renaming SocketIO... types to Event... 2024-02-05 09:25:43 +01:00
task_state_machine_test.go Manager: fetch jobs of tasks in FetchTasksOfWorkerInStatus() 2024-05-28 16:07:17 +02:00
task_state_machine.go Manager: fetch jobs of tasks in FetchTasksOfWorkerInStatus() 2024-05-28 16:07:17 +02:00
task_statuses.go Change Go package name from git.blender.org to projects.blender.org 2023-08-01 12:42:31 +02:00
worker_requeue_test.go Manager tests: replace assert.NoError() with require.NoError() 2024-03-16 11:09:18 +01:00
worker_requeue.go Change Go package name from git.blender.org to projects.blender.org 2023-08-01 12:42:31 +02:00