quantum-core
quantum-core copied to clipboard
:watch: Cron-like job scheduler for Elixir
Hi there, I have few applications running in cluster which able to call each other Assume I have apps `api-server`, `intergation-server` I have quantum used in app `intergation-server` I have...
I want it to work on June 21st at 18:59, but it won't work The configuration is like this `jobs: [ {"59 18 21 6 *", fn -> IO.puts("Hey...
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [erlang](https://redirect.github.com/erlang/otp) | major | `27.3.4` -> `28.0.1` | --- ### Release Notes erlang/otp (erlang) ###...
This PR adds in an `:include_task_supervisor` option, allowing users to disable the included Task.Supervisor. This is required for `{Quantum.RunStrategy.All, :cluster}` to work correctly when the scheduler is started on a...
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...