Files
triggerdotdev--trigger.dev/apps/coordinator
Matt Aitken 56a5b58849 Add acking to RESUME_AFTER_DEPENDENCY message to the coordinator (#1313)
* Fix for run filtering not working with some special characters (double encoded)

* Add the full dependentTaskAttempt to a ResumeBatchRunService log

* Added RESUME_AFTER_DEPENDENCY_WITH_ACK

* Set the delay to 5s

* If a checkpoint has been created, the coordinator won’t continue the run with RESUME_AFTER_DEPENDENCY_WITH_ACK

* If we’re keeping the run alive then set socket.data.requiresCheckpointResumeWithMessage to undefined

* Log out the data before and after setting socket.data.requiresCheckpointResumeWithMessage
2024-09-18 10:29:55 +01:00
..
2024-03-28 14:21:49 +00:00
2024-06-10 14:13:04 +01:00
2024-08-23 13:10:15 +01:00
2024-08-23 13:10:15 +01:00

Coordinator

Sits between the platform and tasks. Facilitates communication and checkpointing, amongst other things.