We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdda9b5 commit c540796Copy full SHA for c540796
services/app/apps/codebattle/lib/codebattle/tournament/upcoming_runner.ex
@@ -7,7 +7,7 @@ defmodule Codebattle.Tournament.UpcomingRunner do
7
alias Codebattle.Tournament
8
9
@tournament_run_upcoming Application.compile_env(:codebattle, :tournament_run_upcoming)
10
- @worker_timeout :timer.seconds(30)
+ @worker_timeout to_timeout(second: 30)
11
12
@upcoming_time_before_live_mins 5
13
0 commit comments