seung-lab / python-task-queue

Asynchronous serverless task queue with timed leasing of tasks. Threaded implementations for SQS and local filesystem.
BSD 3-Clause "New" or "Revised" License
36 stars 9 forks source link

Google Cloud Tasks v2beta2 Support #5

Closed william-silversmith closed 4 years ago

william-silversmith commented 6 years ago

Google discontinued the old task queue API. The new one is partially implemented in #4 but there's some permissions work that needs to be done.

xiuliren commented 5 years ago

is this api working now? since the PR was merged.

william-silversmith commented 5 years ago

Unfortunately no :( There's a new beta that I didn't get working right.

On Tue, Dec 18, 2018, 4:41 PM Jingpeng Wu <notifications@github.com wrote:

is this api working now? since the PR was merged.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/seung-lab/python-task-queue/issues/5#issuecomment-448381008, or mute the thread https://github.com/notifications/unsubscribe-auth/ACZoSc2fKaXHkoxhE3T7TG3wCrUSHYfXks5u6WEjgaJpZM4SV-KD .

william-silversmith commented 4 years ago

Closing this issue in favor of #22