-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when get_targets returns a large dict #1
Comments
Original comment by Brent Tubbs (Bitbucket: btubbs, GitHub: btubbs): I've just committed a fix for the SQL syntax bug reported here, but really long payloads seem to be causing problems with RabbitMQ. We might need another approach for dealing with lots of data in target_parameters.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally reported by: Ben Sully (Bitbucket: sd2k, GitHub: sd2k)
The following error occurred when I had a get_targets function returning a large dict (~663 keys):
The error seems to be in the query in get_record_as_json of publisher.py.
The text was updated successfully, but these errors were encountered: