A package like synced-cron

When I call SyncedCron.remove('some job name') the old job still runs. Do I have to stop SyncedCron before I remove?

I’m on Galaxy with 2 containers, could that be an issue??

Looking at SyncedCron._entries , the jobs are actually removed too.

And only happening in production. Local works as expected