tork
tork copied to clipboard
Update and/or removing scheduled tasks
I was looking at using scheduled tasks but can't find a proper way to update or remove them
https://github.com/runabol/tork/blob/main/internal/coordinator/api/api.go#L136
Is this something that should be supported? Is there any workaround?
Thanks
@infosec-cyber that's true. There's no mechanism to do that at the moment. Only disabling. But I can add that.
We also need this option: update/remove
The remove/delete part is done: https://github.com/runabol/tork/pull/489