mirror of
https://github.com/mendableai/firecrawl.git
synced 2025-12-30 00:37:31 +00:00
fix: unpause globally
This commit is contained in:
parent
ee1d41406e
commit
7e3a368684
@ -155,7 +155,7 @@ if (cluster.isMaster) {
|
||||
});
|
||||
|
||||
app.post(`/admin/${process.env.BULL_AUTH_KEY}/unpause`, async (req, res) => {
|
||||
await getWebScraperQueue().resume(true);
|
||||
await getWebScraperQueue().resume(false);
|
||||
res.json({ ok: true });
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user