On Monday, June 25, 2018 at 11:31:07 AM UTC-4, HP3 wrote:
>
> I'm confused about what you said about the underlined connection: I am 
> creating 2 different engines. Why would both share the same connection?
>
>
That wasn't clear from the above, however..

looking at the code you've shared, it seems you're creating two identical 
engines.  @MikeBayer - is it possible that the connection pool is detecting 
this and using the same connections across databases?

@HP3 just to test this, i would try adding a slightly different connection 
string or argument to the celery connection. e.g. create a different user, 
or toss in a config argument that doesn't affect your code. if the error 
stops, that's most-likely the reason why.


 

-- 
SQLAlchemy - 
The Python SQL Toolkit and Object Relational Mapper

http://www.sqlalchemy.org/

To post example code, please provide an MCVE: Minimal, Complete, and Verifiable 
Example.  See  http://stackoverflow.com/help/mcve for a full description.
--- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at https://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to