procrastinate icon indicating copy to clipboard operation
procrastinate copied to clipboard

PostgreSQL-based Task Queue for Python

Results 130 procrastinate issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/procrastinate-org/procrastinate). ## Repository Problems These problems occurred while...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | postgres | service | major | `12` -> `14` | ---...

PR type: dependencies 🤖

TODO Closes #502 ### Successful PR Checklist: - [ ] Tests - [ ] (not applicable?) - [ ] Documentation - [ ] (not applicable?)

PR type: bugfix 🕵️

Hi there! I am having an issue trying to `.defer()` a task from another task. ### Issue Here's a minimum example: ```python from procrastinate import AiopgConnector, App app = App(connector=AiopgConnector())...

Issue type: Bug 🐞
Issue contains: Exploration & Design decisions 🤯
Issue contains: Some Python 🐍

Looks like Procrastinate was featured on the orange website. Let's browse the answers and see if there is interesting feedback to gather: - Things we can do better - Things...

Issue appropriate for: newcomers 🤩
Issue type: Feature ⭐️
Issue contains: Some documentation 📚

Hey guys, thanks for a great library. ### Context Just to give you a context, I'd like to use it in Django project to reliably communicate with other microservices and...

Issue type: Bug 🐞
Issue appropriate for: Occasional contributors 😉
Issue contains: Some Django 🎸

I am initializing the app several times in my tests, and after upgrading to 0.23.0 I noticed that the tests have started to fail, with `procrastinate.exceptions.TaskNotFound`: ``` ERROR [procrastinate.worker] Task...

Issue contains: Exploration & Design decisions 🧩
Issue contains: Some Python 🐍
Issue appropriate for: People up for a challenge 🤯

Closes #521 For now this is just a failing test. We need to decide how to solve the issue. ### Successful PR Checklist: - [x] Tests - [ ] (not...

PR type: bugfix 🕵️

A task that is canceled has it status set to `FAILED`, however when the task completes only `DOING` and `TODO` is accepted for task completion. This causes `procrastinate` to fail...

Issue type: Bug 🐞
Issue contains: Some SQL 🐘
Issue appropriate for: Occasional contributors 😉

Hi, I'm trying to write code that schedules a task to be executed every few seconds. However, in my console, I can see all the tasks being defered, but they...

Issue type: Bug 🐞
Issue contains: Some Windows 🪟
Issue status: Blocked ⛔️