Packages

Exq UI is the UI component for Exq, a job processing library. Exq UI provides the UI dashboard to display stats on job processing.

Current section

Files

Jump to
lc_exq_ui web workers longworker.ex
Raw

web/workers/longworker.ex

defmodule LongWorker do
def perform do
:timer.sleep(30000)
end
end