0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

ValueError: not enough values to unpack (expected 3, got 0)

Posted at

WindowsでCelery 5.2.7を利用していて発生したエラー。

「Celery 4系以降はWindowsでは公式にはサポートされていないが、現在でも開発などの目的で利用されている」という気になる文言は置いといて……

とりあえず開発目的なので、以下で解消した。

celery -A my_project_name worker -P solo -l info
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?