You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I wanted to ask if this was possible to do with channels and celery, I'm trying to send a message through the group_send from a celery task but it doesn't work.
The function is executed but the message is never sent to the channel, does anyone have any idea if this is possible to do ?
This discussion was converted from issue #1876 on July 19, 2022 07:00.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I wanted to ask if this was possible to do with channels and celery, I'm trying to send a message through the group_send from a celery task but it doesn't work.
The function is executed but the message is never sent to the channel, does anyone have any idea if this is possible to do ?
Below I leave the code of the celery task
And I call it as follows
arrival_message.delay(chat_message)
Thanks, greetings
Beta Was this translation helpful? Give feedback.
All reactions