[WEB-983] chore: dummy data script (#4173)
* chore: dummy data script * fix: lint issues * chore: removed print statment
This commit is contained in:
parent
cd395fa3d2
commit
b90ca97461
6 changed files with 662 additions and 7 deletions
|
|
@ -288,10 +288,13 @@ else:
|
|||
CELERY_BROKER_URL = REDIS_URL
|
||||
|
||||
CELERY_IMPORTS = (
|
||||
# scheduled tasks
|
||||
"plane.bgtasks.issue_automation_task",
|
||||
"plane.bgtasks.exporter_expired_task",
|
||||
"plane.bgtasks.file_asset_task",
|
||||
"plane.bgtasks.email_notification_task",
|
||||
# management tasks
|
||||
"plane.bgtasks.dummy_data_task",
|
||||
)
|
||||
|
||||
# Sentry Settings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue