Skip to content
New issue

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

Automatically populate past session data to Minnestar website #216

Open
jennapederson opened this issue Apr 25, 2019 · 1 comment
Open

Comments

@jennapederson
Copy link
Member

jennapederson commented Apr 25, 2019

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

@aackerman
Copy link
Contributor

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants