Sam
|
6960639c58
|
Merge pull request #3190 from riking/thrown_logging
Delete old ErrorLog, use Logster for 500 errors
|
2015-02-23 14:19:16 +11:00 |
Sam
|
cdef67667a
|
PERF: allow background jobs to flush between requests in same thread
|
2015-02-17 09:58:43 +11:00 |
riking
|
5657006aca
|
Rename handle_exception to handle_job_exception
|
2015-02-09 12:47:46 -08:00 |
Sam
|
08b790b3c2
|
improve metrics gathered using in our traffic section
this also pulls out the middleware into its own home and inserts in front
|
2015-02-05 16:08:52 +11:00 |
Akshay
|
b4e38e5646
|
updated checks of environment with Rails.env by Rails.env methods
|
2014-08-18 15:36:47 +05:30 |
riking
|
d90404e830
|
Change 'code' to 'message'
|
2014-07-17 15:19:58 -07:00 |
riking
|
12cb682548
|
Start passing more context to Discourse.handle_exception
|
2014-07-17 14:11:56 -07:00 |
Sam
|
798b8444cf
|
BUGFIX: work correctly if process forks
|
2014-03-17 15:22:11 +11:00 |
Sam
|
2c8ae22b87
|
FEATURE: add a simple queue Scheduler::Defer.later {}
For quick jobs that do not need to be sent to sidekiq,
runs inline in a single thread but does not block
|
2014-03-17 12:16:19 +11:00 |