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
It'd be good to have a way of running wasp without running jobs, if we don't want data modified, or apis called etc. Something like wasp start --no-jobs
The text was updated successfully, but these errors were encountered:
I had a similar use case, so I just did if (process.env.NOJOBS) return
and would run NOJOBS=true wasp start. Otherwise, I think middleware is the best way to support that #2475
As discussed on discord - https://discord.com/channels/686873244791210014/1371393912597512212
It'd be good to have a way of running wasp without running jobs, if we don't want data modified, or apis called etc. Something like wasp start --no-jobs
The text was updated successfully, but these errors were encountered: