George Irwin
George Irwin
Thanks @igalarzab I hear what you're saying, but I think it only really applies for low throughput queues wherein the number of messages waiting to be processed is low (i.e....
@igalarzab - I've done a really quick commit (untested) to demonstrate an approach I think might work: https://github.com/Erve1879/sqjobs/commit/7003755ce525a038b26f9ee2921e5ed7ec3f5a0d Would be interested to hear your thoughts.
Great @igalarzab - I'll try and clean it up tomorrow.
I'm getting the same problem - iOS7, Safari. Demo page crashes the browser.
I've done this using PynamoDB, but you have to be very conscious of how you manage your model's Meta classes, hash keys etc (if you implement inheritance). The main thing...
Thanks @ikonst - the `UnicodeDelimitedTupleAttribute` is definitely a good way to manage composite keys; it's very similar to the approach I've taken on my projects. On the back of the...
@curlywurlycraig - I don't have any documentation or currently-available reference implementation. However, I will say that the `UnicodeDelimitedTupleAttribute` is definitely a good starting point, based on what I've come across...
@curlywurlycraig - here's a gist: https://gist.github.com/grvhi/78889f32b3701c421ef30e72aebc7f69 I've tried to remove anything which related specifically to the integration of `graphql-core-next`; hopefully I've neither removed too much, nor too little! Happy to...
Useful for me, thank you! FYI, there's a small bug: the `clustered` value passed to `main()` on line 345 needs to be an `int()`. Alternatively, line 226 should be `if...
@ethe - I've updated my original comment with the necessary representation being passed into the command field