You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 30, 2020. It is now read-only.
Right now can get job statistics from New Relic, via using the Msgflo tool. However not everyone uses New Relic or MsgFlo. Everyone uses Heroku though, so would be nice with some generic baseline tool,
that would analyze the Heroku log of worker(s).
Would look for a (configurable) message to indicate message received, message processed successfully, message processing failed/errored.
Not that in case of concurrent processing, we'd need a unique indentifier for the message/job to be able to identify which it is.
Would be implemented similar to the guv-heroku-workerstats tool.
Should also be able to take input as a stream.
The text was updated successfully, but these errors were encountered:
Right now can get job statistics from New Relic, via using the Msgflo tool. However not everyone uses New Relic or MsgFlo. Everyone uses Heroku though, so would be nice with some generic baseline tool,
that would analyze the Heroku log of worker(s).
Would look for a (configurable) message to indicate message received, message processed successfully, message processing failed/errored.
Not that in case of concurrent processing, we'd need a unique indentifier for the message/job to be able to identify which it is.
Would be implemented similar to the
guv-heroku-workerstats
tool.Should also be able to take input as a stream.
The text was updated successfully, but these errors were encountered: