chore: Move files from build/common
This commit is contained in:
11
build/frappe-worker/commands/background.py
Normal file
11
build/frappe-worker/commands/background.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from frappe.utils.scheduler import start_scheduler
|
||||
|
||||
|
||||
def main():
|
||||
print("Starting background scheduler . . .")
|
||||
start_scheduler()
|
||||
exit(0)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user