*** Scheduler is disabled *** for Frape Docker v13.14.0
See original GitHub issueI clone this repo
$ git clone https://github.com/frappe/frappe_docker.git
$ cd frappe_docker/
$ cp env-local .env
$ docker-compose up -d
** File .env:
LETSENCRYPT_EMAIL=hovanvydut@gmail.com
ERPNEXT_VERSION=v13.14.0
FRAPPE_VERSION=v13.14.0
MARIADB_HOST=mariadb
MYSQL_ROOT_PASSWORD=admin
SITE_NAME=erp.example.com
SITES=`erp.example.com`
DB_ROOT_USER=root
ADMIN_PASSWORD=admin
INSTALL_APPS=erpnext
ENTRYPOINT_LABEL=traefik.http.routers.erpnext-nginx.entrypoints=web
CERT_RESOLVER_LABEL=erpnext.local.no-cert-resolver
HTTPS_REDIRECT_RULE_LABEL=erpnext.local.no-redirect-rule
HTTPS_REDIRECT_ENTRYPOINT_LABEL=erpnext.local.no-entrypoint
HTTPS_REDIRECT_MIDDLEWARE_LABEL=erpnext.local.no-middleware
HTTPS_USE_REDIRECT_MIDDLEWARE_LABEL=erpnext.local-no-redirect-middleware
SKIP_NGINX_TEMPLATE_GENERATION=0
WORKER_CLASS=gthread
And I config local DNS at the /etc/hosts file
...
127.0.0.1 erp.example.com
....
But, it seem not working
$ docker logs frappe_docker_site-creator_1 -f
Attempt 1 to connect to mariadb:3306
Attempt 2 to connect to mariadb:3306
Attempt 1 to connect to redis-queue:6379
Attempt 1 to connect to redis-cache:6379
Attempt 1 to connect to redis-socketio:6379
Connections OK
Created user _22835929e7d52caf
Created database _22835929e7d52caf
Granted privileges to user _22835929e7d52caf and database _22835929e7d52caf
Starting database import...
Imported from database /home/frappe/frappe-bench/apps/frappe/frappe/database/mariadb/framework_mariadb.sql
Installing frappe...
Updating DocTypes for frappe : [========================================] 100%
Updating country info : [========================================] 100%
Installing erpnext...
Updating DocTypes for erpnext : [========================================] 100%
Updating customizations for Address
Updating customizations for Contact
*** Scheduler is disabled ***
I have read this issue on: https://github.com/frappe/frappe_docker/issues/265 But that is not help me
Thank you so much! ❤️
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:5
Top Results From Across the Web
Scheduler is disabled *** · Issue #265 · frappe/frappe_docker
hello all im used single bench not got error in docker-compose command but ... Scheduler is disabled *** for Frape Docker v13.14.0 #664....
Read more >*** Scheduler is disabled *** for Frape Docker v13.14.0 - Frappe ...
This issue has been created since 2022-02-13. I clone this repo. $ git clone https://github.com/frappe/frappe_docker.
Read more >Docker Swarm And Classic Bench Setup - ERPNext Forum
Ysedky: I've added a node to the swarm and tried to install the 2nd site on the new node but it didn't work....
Read more >frappe/erpnext-worker - Docker Image
Python environment with Frappe framework and ERPNext installed. It serves gunicorn, default/short/long workers and scheduler. It also has utility commands ...
Read more >List of Packages - Anvil Docs
List of Packages. Anvil's 'Full Python' Server Modules run an ordinary CPython interpreter, just like you would run on your own machine.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
"scheduler is disabled " is not error.
https://github.com/frappe/frappe/blob/d115dbccdf735bd2ac96fa295e3224a3d0a74ab4/frappe/installer.py#L91