remove from queue
Is there a way to cancel scheduled background actions? like dequeue them if they havent been executed yet?
2 Replies
As of December this wasn't possible, however I've created a feature request and would appreciate your vote!
https://discord.com/channels/836317518595096598/1315704016344449125
I have the same requirement, my use-case is to disable/enable something at a specific date, background actions sounds perfect. However if a user changes the date I now have a pending disable action which I can't cancel! My work around is to set a daily scheduled action / cron job that checks if records dates are in the past. Not idea as I lose specific time control, but im okay using this as a temporary solution.
My original post where I was told it was not possible: https://discord.com/channels/836317518595096598/1315635558349012992
kinda weird no? if we can cancel an action via the ui, I see absolutely no reason why we shouldnt be able to do it programmatically