Commit Graph

14 Commits

Author SHA1 Message Date
Earlopain
2c60ec69c8
[Prod] Replace unicorn with pitchfork
pitchfork is a unicorn fork with some things removed and some things added.
We don't need any of these things so it should be an easy replace.
There is no worker-killer for pitchfork, it is however trivial to implement ourselves.

unicorn is pretty much dead. The author implies as much in the various readme updates
he made. It also doesn't work with rack 3 and I doubt a new release will even be made.
If it will, it highly likely won't be on rubygems.
2024-05-07 21:54:25 +02:00
Earlopain
fc7d84affd
[RuboCop] Enable Style/FrozenStringLiteralComment
This reduces allocations on the posts page by about 5%, from basic testing
2024-02-25 18:15:55 +01:00
Kira
796a91321a Revise memory targets 2020-03-03 11:18:40 -08:00
Kira
c729a4d641 Update unicorn settings 2019-10-18 19:19:47 -07:00
r888888888
f82d6fa686 fixes #3512 2018-01-30 11:04:50 -08:00
Albert Yi
cbc96a6c03 re-enable preload app on unicorn 2016-11-07 10:52:07 -08:00
r888888888
619beb00af production unicorn changes 2016-11-07 03:24:34 -08:00
Albert Yi
11f911fd32 remove gctools dependency 2016-10-12 16:45:14 -07:00
r888888888
5f47564aef add production env constraint on including gctools 2016-06-09 12:06:55 -07:00
r888888888
18cf23a817 update OOB gc hook for unicorn 2015-05-10 11:11:01 -07:00
r888888888
fad0ab7c93 fixes #2133 2014-04-16 17:43:34 -07:00
r888888888
88a5d2945b implement oob gc for unicorn 2014-03-28 10:59:43 -07:00
Albert Yi
3bfae1f0db added user test, basic user methods 2010-02-06 16:48:40 -05:00
Albert Yi
9bb07046cd initial 2010-02-04 15:08:49 -05:00