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
Once this can be tested in production, it's basically good to go. I think a chron job of some kind still needs to be written to clear out the jobs older than 60 days, but that shouldn't be too bad.
I tried to deploy my own heroku app and setting up the Bonsai add-on. This is where things went poorly. Most of my time and problem solving went to figuring out what I was missing to set the application up correctly, and seed a production database.
Beyond that I started running into problems getting information to cURL into the Elasticsearch DB on Bonsai. At the time of writing, I'm really not sure if this was due to bad requests, or because the PostgreSQL database was never set up correctly, meaning the after_save action wouldn't work right.
I'm linking some good Bonsai resources here for future research and development.
A service or task (or possibly
after_save
action) needs to be written for jobs to put them into the Elasticsearch Database.The text was updated successfully, but these errors were encountered: