-
-
Notifications
You must be signed in to change notification settings - Fork 147
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
Trigger Jobs Manually #452
Comments
Currently this is not possible. Why would you want to do this via quantum? Wouldn‘t Job.async or similar work for you? |
@maennchen Job.async is part of some library? which one? |
@tanweerdev Sorry, I meant Task.async: |
I am getting this warning and timeout inside a channel event handle_in/3 |
@maennchen I mean |
@tanweerdev You can also run it completely independently with Task. Have a look at its functions. Quantum currently only works with cron expressions. Opening that functionality up for different methods would be a long time goal (#268). Just adding a single atom as a schedule is however not a direction I‘d lile to go. Quantum is about scheduling tasks i. intervals and i. the future. For right now there’s a lot of other options. |
Quantum handles event overlap, so it would be nice to be able to call |
@ericdude4 That sounds like a reasonable enhancement. A PR would be very welcome. |
@maennchen I would be happy to |
@ericdude4 Great! If you have any questions, I'll be happy to provide some guidance. (Here or on #quantum in the elixir slack.) |
Released as |
something like
#392
The text was updated successfully, but these errors were encountered: