You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Removing schedule from a Recurring Job doesn't stop it from running. When schedule is removed from wasp file, it is not removed from pgBoss.
Describe the bug
Removing schedule from a Recurring Job doesn't stop it from running. When schedule is removed from wasp file, it is not removed from pgBoss.
To Reproduce
Steps to reproduce the behavior:
Save wasp file, verify job is running, verify schedule is created in pgBoss:
Save wasp file. Restart wasp compiler for the good measure.
Observed behavior
Job continues to run every minute. Schedule is not removed from pgBoss:
Expected behavior
I would expect job to stop running because it no longer has schedule.
Environment
Node.js v22.11.0
Wasp 15.0
The text was updated successfully, but these errors were encountered: