We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice to see how far through a job an agent is in the UI, e.g.:
{:current_ticker "VOD" :tickers_processed 234 :total_tickers 2345 :seconds_per_ticker 0.02}
We can allow agents to report back on progress of the job in their heartbeat message.
The server should hold onto only the last heartbeat message so we don't fill up the database.
Exposure of more detailed logs is covered elsewhere. Toshy should not become another mediocre log processor.
The text was updated successfully, but these errors were encountered:
In fact, the heartbeat metrics could include a URL where the complete logs of the agent can be found. A URL to Kibana or similar.
Sorry, something went wrong.
No branches or pull requests
It would be nice to see how far through a job an agent is in the UI, e.g.:
We can allow agents to report back on progress of the job in their heartbeat message.
The server should hold onto only the last heartbeat message so we don't fill up the database.
Exposure of more detailed logs is covered elsewhere. Toshy should not become another mediocre log processor.
The text was updated successfully, but these errors were encountered: