After uploading the CSV file it shows a pop message “Scheduler is inactive. Cannot import data.”
How to solve the issue?
Hi @THANGAPANDIAN
Please check the schedular status. you can check using bench command:-
$ bench doctor
if it shows paused or inactive. Then execute the following commands:-
$ bench --site [your-site-name] scheduler enable
$ bench --site [your-site-name] set-config pause_scheduler 0
$ bench restart --supervisor --web && clear
3 Likes