Implemented a more simplified worker pattern
This commit is contained in:
@@ -46,7 +46,7 @@ class PipelineClient
|
||||
end
|
||||
|
||||
def release_latest(track_slug)
|
||||
send_msg("release-analyzer_#{track_slug}", 30)
|
||||
send_msg("release-analyzer_#{track_slug}", 3)
|
||||
end
|
||||
|
||||
def analyze(track_slug, exercise_slug, solution_slug, iteration_folder)
|
||||
|
||||
Reference in New Issue
Block a user