Skip to content

Wasp Start Config Without Running Jobs #2738

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Reikon95 opened this issue May 12, 2025 · 1 comment
Open

Wasp Start Config Without Running Jobs #2738

Reikon95 opened this issue May 12, 2025 · 1 comment
Labels
enhancement New feature or request jobs

Comments

@Reikon95
Copy link
Contributor

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

@Martinsos Martinsos added jobs enhancement New feature or request labels May 12, 2025
@Martinsos
Copy link
Member

Dexie from Discord said:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request jobs
Projects
None yet
Development

No branches or pull requests

2 participants