Parameterizing the condition #179
Unanswered
abuchnick-aiola
asked this question in
Q&A
Replies: 1 comment
-
I found a way to do it, thanks :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone, would really appreciate your help here!
I have a server(implemented with FastAPI) that has an endpoint for setting up some settings, which one of them is the seconds and ms by which to setup the scheduler.
In order to support this capability, I want to use Rocketry and pass these parameters to the scheduler somehow, but I couldn't find any reference or documentation to it.
I tried to follow this guide but i probably miss something.
Below is the example for what I want to do:
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions