Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
northeastprince pushed 1 commit to main hackclub/hackathons-backend
- Honor Loops' rate limit (#591) 68cd52b
northeastprince closed an issue on hackclub/hackathons-backend
Faraday::TooManyRequestsError in LoopsSynchronizationJob
**Message** ``` the server responded with status 429 ``` **Backtrace (last 10 lines)** ``` lib/faraday/response/raise_error.rb:30 on_complete lib/faraday/middleware.rb:57 block in call lib/far...northeastprince pushed 28 commits to honor-loops hackclub/hackathons-backend
- Extract website archival verification into separate job (#592) 1008335
- Bump geocoder from 1.8.3 to 1.8.5 (#593) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependa... 2f4baeb
- Bump aws-sdk-s3 from 1.175.0 to 1.176.1 (#594) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: d... 9a0661a
- Bump mission_control-jobs from 0.6.0 to 1.0.1 (#597) Signed-off-by: dependabot[bot] <[email protected]> Co-authored... 555e35e
- Bump solid_queue from 1.0.2 to 1.1.2 (#598) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: depe... 57cbe59
- Bump importmap-rails from 2.0.3 to 2.1.0 (#599) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: ... 84bc418
- Bump debug from 1.9.2 to 1.10.0 (#600) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabo... aa53191
- Bump active_storage_validations from 1.3.4 to 1.4.0 (#601) Signed-off-by: dependabot[bot] <[email protected]> Co-au... 0ac114f
- Bump sqlite3 from 2.3.1 to 2.5.0 (#602) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependab... fd35aa2
- Disable new HTTP basic auth for Mission Control Jobs 19a4db8
- Ensure SQ threads don't exceed DB pool https://github.com/rails/solid_queue/blob/ceb22fd5f735f369da684009e4e6b1c2de3... 6833a48
- Fix var ref fe316fc
- Bump faraday from 2.12.1 to 2.12.2 (#603) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: depend... 9581de5
- Bump dotenv-rails from 3.1.4 to 3.1.7 (#604) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dep... c69b577
- Bump standard from 1.42.1 to 1.43.0 (#605) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: depen... 3cdc08f
- Bump appsignal from 4.2.0 to 4.3.1 (#606) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: depend... 44b4201
- Bump kamal from 2.3.0 to 2.4.0 (#607) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot... 1ef8166
- Bump appsignal from 4.3.1 to 4.3.2 (#608) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: depend... 2878d33
- Bump rails from `a4681cd` to `93de878` (#609) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: de... 3465867
- Update Internet Archive API key af8c8ee
- and 8 more ...
northeastprince created a comment on a pull request on hackclub/hackathons-backend
I'll lower the limit later if necessary
northeastprince created a comment on an issue on hackclub/hackathons-backend
Fixed in 9c24b95
northeastprince closed an issue on hackclub/hackathons-backend
NoMethodError in Hackathons::WebsiteArchivalJob
**Message** ``` undefined method `dig' for an instance of String ``` **Backtrace (last 10 lines)** ``` lib/internet_archive/capture.rb:25 status lib/internet_archive/capture.rb:17 finished? ap...northeastprince pushed 1 commit to main hackclub/hackathons-backend
- Raise errors on failed Internet Archive requests 9c24b95
northeastprince closed an issue on hackclub/hackathons-backend
Send Sidekiq logs to AppSignal
https://github.com/sidekiq/sidekiq/wiki/Loggingnortheastprince pushed 1 commit to main hackclub/hackathons-backend
- Reinforce logical linings of a Lock 2c95d29
northeastprince created a comment on a pull request on hackclub/hackathons-backend
Additionally, I'll need permissions to merge DNS PRs to minimize downtime unless someone else wants to take point on this. Feel free to add anything I missed to the migration plan above!
northeastprince created a comment on a pull request on hackclub/hackathons-backend
Oh, that's awesome! It looks like there might either be multiple Hack Club orgs in Hetzner Cloud (the one I have access to is owned by @maxwofford) or I just can't see the bucket in question. But t...
northeastprince created a comment on a pull request on hackclub/hackathons-backend
The database is currently synchronously replicated to S3 with Litestream
northeastprince created a comment on a pull request on hackclub/hackathons-backend
Won't Postgres be hosted on the VM?
northeastprince created a branch on hackclub/hackathons-backend
coolify - Powering https://hackathons.hackclub.com
northeastprince pushed 1 commit to main hackclub/hackathons-backend
- Replace Redis with Solid Cable e941cda
northeastprince pushed 1 commit to main hackclub/hackathons-backend
- Replace Redis with Solid Queue da4acf5
northeastprince pushed 1 commit to main hackclub/hackathons-backend
- Replace Redis with Solid Queue 1a9938c
northeastprince created a comment on a pull request on rails/solid_cable
Is there a reason why this shouldn't be used in development? There's almost no complexity cost and it makes multiple processes (web + console) a nonissue.
northeastprince pushed 1 commit to main hackclub/hackathons-backend
- Actually rate limit when needed (#610) d0906e4