Re: [sqlalchemy] Re: immutabledict({}) in parameters.

2018-01-02 Thread Mike Bayer
whats the complete error message + stack trace ? are there any @event listeners going on that might be modifying the query? try upgrading to 1.0.17?There is no reason the parameters would be lost like that but that's only a log message so need to see the complete error to see if that even

[sqlalchemy] Re: immutabledict({}) in parameters.

2018-01-02 Thread srishty patel
The job is running at an interval of 5min and the job in itself is very small. It finishes its work in less than a minute. It is a single thread job forked from the apsheduler process. In terms of memory-- since the job is very short running I don't think there is the scenario of memory running