flutter_workmanager icon indicating copy to clipboard operation
flutter_workmanager copied to clipboard

Information request about multiple workmanager

Open ZSHUser01 opened this issue 1 year ago • 1 comments

Hi,

I'm writing you to ask you an information about the workmanager library. So far I'm using the library to execute a task but I'm planning to add another task. Yesterday I tried to add a new task in my Flutter app on Android but as soon as I add a new task, the current task that it was working beforeadding the new one stopped working and the new task is not started at all.

The task that was running before adding the new task was a registerPeriodicTask and the last one is a registerOneOffTask. Both task have a different name and tag.

Does workmanager support only one task at time?

Thank you in advance for the support

ZSHUser01 avatar Nov 04 '24 11:11 ZSHUser01