You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes to dump result generate toast messages.
This has been moved from dask async to django signal in order to avoid issue with ws.
The problem is that a ws message is raised for all changes and not just for status update.
A temporary field in pre_save to be check in post_save should be ok to filter just status update.
The text was updated successfully, but these errors were encountered:
Changes to dump result generate toast messages.
This has been moved from dask async to django signal in order to avoid issue with ws.
The problem is that a ws message is raised for all changes and not just for status update.
A temporary field in pre_save to be check in post_save should be ok to filter just status update.
The text was updated successfully, but these errors were encountered: