Roman
Roman
Isn't that something you can already do with the existing API? It's a bit of work, but the methods are there to introspect the queue and mutate it as needed.
@houmark So _active_ in this case meaning it is currently executing? Then maybe, yeah, it is not possible.
@houmark I'm new to bull, and was curious if this was possible, which also forced me to learn some bits I did not use yet. As I understand now, the...
Ok, I tried modifying my solution to handle the waiting part: https://github.com/moltar/bull-cancel It is probably incomplete and fragile though, so might need more work.
But, as you can see from the log output, even after cancelling the job, the `longOperation` function continues to run until completion. Which is still a major issue, and I...
Dumping `turbo` object, it seems to have the following shape, but not sure what is public there: ```json { "paths": { "cwd": "/Users/foo/my-project/apps/dir", "root": "/Users/foo/my-project", "workspace": "/Users/foo/my-project" }, "configs": [...
Would you accept the use of this dependency? https://www.npmjs.com/package/detect-package-manager
Do you have a link to the OpenAPI spec?
Is this not it? https://github.com/ScaleLeap/selling-partner-api-sdk/blob/master/src/api-clients/amazon-warehousing-and-distribution-client.ts
The interface looks rather generic enough to be used to validate any data, so I think it's fair to add it, if it can pass our tests.