-
Notifications
You must be signed in to change notification settings - Fork 672
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
Create a Commands Service #1065
Comments
@drasko Why not Cron service? |
We need an external API to configure commands remotely. Also I expect this to hold some Mainflux-specific info (for example - on the gateway it has to interface with NATS and send messages respecting our protocol, and so on...) |
@drasko I meant why not |
It is a Mainflux command scheduler, not a Cron replacement. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FEATURE REQUEST
Is there an open issue addressing this request? If it does, please add a "+1" reaction to the
existing issue, otherwise proceed to step 2.
Describe the feature you are requesting, as well as the possible use case(s) for it.
Commands service is a dedicated service to store and send commands at a given time interval. It's like a Cron of Mainflux.
Service like this would be useful in both Cloud and on the Edge:
Should-have
The text was updated successfully, but these errors were encountered: