diff options
| author | Xinhui | 2016-09-28 15:43:54 +0200 |
|---|---|---|
| committer | Xinhui | 2016-09-28 15:44:01 +0200 |
| commit | 4dbfc621e34d90438095139e72e841a584b44ff7 (patch) | |
| tree | 227ef09b7860e21ed8618e37ec1084c863508ec5 /app/workers | |
| parent | fc67bd7a40a5ab4fe8f95e0a92e76fff0200c0f4 (diff) | |
| download | chouette-core-4dbfc621e34d90438095139e72e841a584b44ff7.tar.bz2 | |
Log messages of LineReferentialSync
Refs #1707
Diffstat (limited to 'app/workers')
| -rw-r--r-- | app/workers/line_referential_sync_worker.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/workers/line_referential_sync_worker.rb b/app/workers/line_referential_sync_worker.rb index 1dbb36ad2..f5bf3b854 100644 --- a/app/workers/line_referential_sync_worker.rb +++ b/app/workers/line_referential_sync_worker.rb @@ -1,5 +1,6 @@ class LineReferentialSyncWorker include Sidekiq::Worker + sidekiq_options :retry => false def perform(lref_sync_id) lref_sync = LineReferentialSync.find lref_sync_id |
