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
Currently the stathat log for trip distance - https://www.stathat.com/v/stats/UP0Y - is only when send notifications fires (see line 80 here https://github.com/mikegreen/pnp_notifications/blob/master/send_notifications.php )
We should change this to log all trip distances even if we don't send notifs.
The issue is the topic update job only moves data. And the send_notif job does the geolocation and distance calc. Maybe move this to its own job?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently the stathat log for trip distance - https://www.stathat.com/v/stats/UP0Y - is only when send notifications fires (see line 80 here https://github.com/mikegreen/pnp_notifications/blob/master/send_notifications.php )
We should change this to log all trip distances even if we don't send notifs.
The issue is the topic update job only moves data. And the send_notif job does the geolocation and distance calc. Maybe move this to its own job?
The text was updated successfully, but these errors were encountered: