diff options
author | Shinya Maeda <shinya@gitlab.com> | 2018-05-02 21:22:08 +0900 |
---|---|---|
committer | Shinya Maeda <shinya@gitlab.com> | 2018-05-02 21:22:08 +0900 |
commit | 7d626c41ccb4531dceeb1d1025c067bac3c63c4d (patch) | |
tree | 908ceae1d14aef8c02d3a0a48183ee87547ae8d4 /app/workers | |
parent | 950df8babf07d7135b1f7cf95586d40f0ca36ff6 (diff) | |
download | gitlab-ce-7d626c41ccb4531dceeb1d1025c067bac3c63c4d.tar.gz |
Fix BuildTraceChunkFlushToDbWorker name
Diffstat (limited to 'app/workers')
-rw-r--r-- | app/workers/build_trace_chunk_flush_to_db_worker.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/workers/build_trace_chunk_flush_to_db_worker.rb b/app/workers/build_trace_chunk_flush_to_db_worker.rb index 447dfc4d229..495118f7c14 100644 --- a/app/workers/build_trace_chunk_flush_to_db_worker.rb +++ b/app/workers/build_trace_chunk_flush_to_db_worker.rb @@ -1,4 +1,4 @@ -class BuildTraceChunkFlushToDBWorker +class BuildTraceChunkFlushToDbWorker include ApplicationWorker include PipelineQueue |