Skip to content
This repository has been archived by the owner on Jun 6, 2022. It is now read-only.

CrontabSchedule addition in PeriodicTask gives error #37

Open
rudraksh1997 opened this issue Nov 25, 2021 · 0 comments
Open

CrontabSchedule addition in PeriodicTask gives error #37

rudraksh1997 opened this issue Nov 25, 2021 · 0 comments

Comments

@rudraksh1997
Copy link

sqlalchemy.exc.InterfaceError: (sqlite3.InterfaceError) Error binding parameter 5 - probably unsupported type.
[SQL: INSERT INTO celery_periodic_task (name, task, interval_id, crontab_id, solar_id, args, kwargs, queue, exchange, routing_key, priority, expires, one_off, start_time, enabled, last_run_at, total_run_count, date_changed, description) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, CURRENT_TIMESTAMP, ?)]
[parameters: (None, 'tasks.add', None, 3, None, (3, 4), '{}', None, None, None, None, None, 0, None, 1, None, 0, '')]

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant