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
I don't have any knowledge about the website setup, but this could be coordinated by creating a rake task and invoking the rake task with the heroku scheduling addon. The scheduling component is free but still incurs the cost of compute while the one-off dyno is running, probably negligible if it runs once per day or even once per week.
The rake task would have to query the website db for the latest sessions by id or timestamp, dump the newer sessions from the sessionizer db and copy/upload them to the website db either with a direct database connection or an API, whatever is available.
Who would be the best person to coordinate with on the website team?
Session info needs to land here after a Minnebar: https://minnestar.org/minnebar/past-sessions/
Will need to work with website team to coordinate. May be an API?
This continues to be something we get feedback from the community on.
See minnestar/minnestar-wp#8
The text was updated successfully, but these errors were encountered: