OCA / queue

Asynchronous Job Queue
GNU Affero General Public License v3.0
173 stars 442 forks source link

[16.0] Add support to show job progress #666

Open aliencrash opened 4 weeks ago

aliencrash commented 4 weeks ago

Is your feature request related to a problem? If so, please provide clear and concise description of what the problem is. One off challenges using the job queue is to be able to show for a related model that a task is running in job queue. The user has to wait if something went all right or wrong to be able to access the result.

Describe the solution you'd like A clear and concise description of what you want to happen. If we queue a job after pressing a button we could have in the form view of the related model a widget to show the queue task as a progress of a enqueued or running task. Maybe using the activities to show enqueue tasks.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context about the feature request here.