0
0
Fork 0

Adding backtracing to Salmon/Processing workers

This commit is contained in:
Eugen Rochko 2016-11-28 19:11:36 +01:00
parent 27fc49d745
commit 4eba76711b
4 changed files with 5 additions and 1 deletions

View file

@ -1,7 +1,7 @@
# frozen_string_literal: true
class Subscription < ApplicationRecord
MIN_EXPIRATION = 3600 * 24
MIN_EXPIRATION = 3600 * 24 * 7
MAX_EXPIRATION = 3600 * 24 * 30
belongs_to :account