Commit Graph

9 Commits

Author SHA1 Message Date
Hakan Ensari
e5815737c1
Spring cleaning
- bumped gems
- rm bots
- rm pry byebug
- added rubocop-shopify and corrected generated warnings
2024-11-20 14:14:27 +01:00
Hakan Ensari
cb51bca58b Work around ecb rate limiting 2020-04-02 14:38:07 +01:00
Hakan Ensari
af9e8c8665 Move CI off Travis to GitHub 2019-11-22 14:30:44 +00:00
Hakan Ensari
e28755f76c Move migration to top of unicorn config file
There's probably a cleaner way of doing this, but it should do for now.

Fixes #4
2019-04-27 14:57:27 +01:00
Hakan Ensari
4debe6f5a6 Have CI push Docker image 2018-10-10 13:55:55 +01:00
Hakan Ensari
fb44818efb Implement fork-based daemon for scheduling jobs
Extracted from

https://github.com/discourse/discourse/blob/master/lib/demon/sidekiq.rb
2018-10-07 01:08:45 +01:00
Hakan Ensari
8060f41566 Minor tweaks 2018-09-11 17:59:42 +01:00
Hakan Ensari
95d63c143f Refactor tasks that fetch rates 2018-06-08 15:32:52 +01:00
Hakan Ensari
cfbb4ac4ac Repack app
I'm moving my company's server to a private location now that I have sold the domain. While prepping for this, I've done some cleanup and also threw in changes I had lingering on my hard drive.

- Run a single database query instead of two
- Fold the gem into the app and use Ox instead of REXML
- Simplify error handling logic
- Relax throttling
2018-03-08 23:51:36 +00:00