Skip to content
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

Process Webhook without dispatching job #9

Closed
matthewhutchings opened this issue Jun 27, 2019 · 6 comments
Closed

Process Webhook without dispatching job #9

matthewhutchings opened this issue Jun 27, 2019 · 6 comments

Comments

@matthewhutchings
Copy link

I need to process a webhook that returns the response, but ProcessWebhookJob implements ShouldQueue.

Is it possible to override this?

@freekmurze
Copy link
Member

Currently this is not possible without introducing breaking changes. I'll revisit this issue when creating a new major version.

@oskarbet
Copy link

Is there any news on this issue?

@RdeWilde
Copy link

This would make things more simple.

@RdeWilde
Copy link

@freekmurze shouldn't this issue be re-opened if it's still on the roadmap?

@freekmurze
Copy link
Member

The label will make me look at this issue again whenever I should create a new major version.

@matthewhutchings
Copy link
Author

4 years later I find myself needing this feature again for another project, any progress?

We have 10 incoming webhooks and need 3 of them to return on sync rather than running as a job - only way is to remove them from this package at the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants