module Backend module Worker SERVICE = ->do Log.info { "Starting worker service..." } run Log.info { "Worker service stopped." } end end end