Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

When running londiste replay --rewind you'd get an exception because the #40

Open
wants to merge 2 commits into
base: skytools_2_1_stable
Choose a base branch
from

Conversation

martinmarques
Copy link

python code would use a function called pgq.register_consumer_at which
doesn't exist in skytools v2, but does in v3.

This fix just by-passes the calls to the non-existing function (which
will now exist) to the pgq.register_consumer function with 3 input
parameters, which does exist (and was renamed to pgq.register_consumer_at
in skytools v3).

python code would use a function called pgq.register_consumer_at which
doesn't exist in skytools v2, but does in v3.

This fix just by-passes the calls to the non-existing function (which
will now exist) to the pgq.register_consumer function with 3 input
parameters, which does exist (and was renamed to pgq.register_consumer_at
in skytools v3).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant