hello there. I'm writing a lib that uses celery as scheduler, by default celery loads 'proj.tasks.py' for tasks. But instead I would like to add all tasks registered using @app.task , is that possible? If it helps, I have them stored in a setup entrypoint.
robotme has quit
robotme joined the channel
robotme_ joined the channel
robotme has quit
robotme_ is now known as robotme
atomekk joined the channel
lavalamp joined the channel
lavalamp has quit
robotme has quit
robotme_ joined the channel
the celery imports config it says that receives a list, but a list of what? are these a string of the name of modules to import? or the imported object reference ?
lavalamp joined the channel
lavalamp has quit
lavalamp joined the channel
lavalamp has quit
sunil_bansal joined the channel
mar77i has quit
lavalamp joined the channel
jgadelange has quit
lavalamp has quit
discopatrick joined the channel
Kamilion has quit
Kamilion joined the channel
Kamilion joined the channel
Kamilion joined the channel
clokep joined the channel
sunil_bansal joined the channel
subho_ joined the channel
subho_ has quit
fission6 joined the channel
irrgit
imp, its a list of sorts with the folder and task filename
something like -> CELERY_IMPORTS = ( "rootfolder.task1", "rootfolder2.someothertask" ) where task1 is a file named task1.py in the folder "rootfolder"
Ergo joined the channel
jgadelange joined the channel
jdickers joined the channel
atomekk joined the channel
subho_ joined the channel
subho_ has quit
subho_ joined the channel
subho_ has quit
subho_ joined the channel
lavalamp joined the channel
subho_ has quit
imp
irrgit: thanks for the reply.
lavalamp has quit
lavalamp joined the channel
fission6 joined the channel
robotme_ has quit
lavalamp has quit
sunil_bansal joined the channel
jdickers has quit
yuppie joined the channel
yuppie
im having some issue getting celery to connect to rabbitMQ over ssl
{ssl_upgrade_error,{keyfile,function_clause}}
_jumpinggrendel is now known as jumpinggrendel
jdickers joined the channel
lavalamp joined the channel
sunil_bansal joined the channel
sunil_bansal joined the channel
jgadelange has quit
jgadelange joined the channel
jarthur joined the channel
yuppie has quit
fission6 has quit
jarthur joined the channel
yuppie joined the channel
sunil_bansal joined the channel
atomekk joined the channel
lexileo has quit
lexileo joined the channel
jdickers has quit
fission6 joined the channel
Ergo joined the channel
fission6 has quit
fission6 joined the channel
whats this error mean? {ssl_upgrade_error,{tls_alert,"record overflow"}}