kopia lustrzana https://github.com/bugout-dev/moonstream
502 B
502 B
probes
Running multiple operations simultaneously under one application.
Execute one command:
probes engine clean-call-requests --db-uri "${ENGINE_DB_URI}"
Run service with configuration:
probes service \
--config /home/ubuntu/.probes/engine-clean-call-requests.js
Config example:
{
"application": "engine",
"db_uri": "ENGINE_DB_URI",
"db_timeout": "15s",
"probe": {
"name": "clean-call-requests",
"interval": 10
}
}