Moved printing into its own separate project called frank. It also has its own toml and deployement system.
It also works on a raspberry pi
This commit is contained in:
5
frank/worker-start.sh
Executable file
5
frank/worker-start.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#! /usr/bin/env bash
|
||||
set -e
|
||||
|
||||
echo arq worker.WorkerSettings
|
||||
arq worker.WorkerSettings
|
||||
Reference in New Issue
Block a user