question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

*** Scheduler is disabled *** for Frape Docker v13.14.0

See original GitHub issue

I 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:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:5

github_iconTop GitHub Comments

2reactions
revantcommented, Feb 15, 2022

"scheduler is disabled " is not error.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found