tork icon indicating copy to clipboard operation
tork copied to clipboard

Update and/or removing scheduled tasks

Open infosec-cyber opened this issue 10 months ago • 3 comments

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 avatar Jan 30 '25 18:01 infosec-cyber

@infosec-cyber that's true. There's no mechanism to do that at the moment. Only disabling. But I can add that.

runabol avatar Feb 05 '25 13:02 runabol

We also need this option: update/remove

ppcololo avatar Feb 16 '25 08:02 ppcololo

The remove/delete part is done: https://github.com/runabol/tork/pull/489

runabol avatar Mar 02 '25 16:03 runabol