Added exception log to TagSubs.
This commit is contained in:
parent
b50fdbcc18
commit
49eff95399
@ -104,6 +104,7 @@ class TagSubscription extends Rails\ActiveRecord\Base
|
|||||||
});
|
});
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
# fail silently
|
# fail silently
|
||||||
|
Rails::log()->exception($e);
|
||||||
}
|
}
|
||||||
sleep(1);
|
sleep(1);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user