Replies: 4 comments 1 reply
-
Hey @dariusjvc 👋, We also offer priority support for our sponsors. |
Beta Was this translation helpful? Give feedback.
-
can you please try a recent pypi release and report again? |
Beta Was this translation helpful? Give feedback.
-
Hi, thank you for answer, those are the versions of the libraries used:
|
Beta Was this translation helpful? Give feedback.
-
the latest release is 5.2.1 |
Beta Was this translation helpful? Give feedback.
-
I am using Celery with SQS as a broker and I am trying to renew my credentials "AWS_ACCESS_KEY_ID" and "AWS_SECRET_ACCESS_KEY", before they expire, the first time I run the task and the result is success, but after 15 minutes it expires although credentials have been renewed, the function to update credentials is as follows:
Running refresh_sqs_credentials, new credentials are created:
celery = worker.refresh_sqs_credentials()
And then I run my task with celery:
task = celery.send_task('my_task.code_of_my_task', args=[content], task_id=task_id)
All tasks that I run before 15 minutes finish successfully, but after 15 minutes the error is the following:
I'm storing the credentials in environment variables, I don't understand why it expires after 15 minutes, can someone help me please?
The versions of the packages used are:
Thank you
Beta Was this translation helpful? Give feedback.
All reactions