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
We are introducing a background processing framework to Argilla's server, allowing the execution of jobs asynchronously.
This will enhance server capabilities by enabling long-running tasks to be processed in the background, improving overall performance and user experience.
Initial Use Case
The first background job to be implemented will handle updating the status of dataset records when a dataset distribution strategy is modified. This ensures data consistency without blocking user interaction.
The content you are editing has changed. Please copy your edits and refresh the page.
We are introducing a background processing framework to Argilla's server, allowing the execution of jobs asynchronously.
This will enhance server capabilities by enabling long-running tasks to be processed in the background, improving overall performance and user experience.
Initial Use Case
The first background job to be implemented will handle updating the status of dataset records when a dataset distribution strategy is modified. This ensures data consistency without blocking user interaction.
Tasks
The text was updated successfully, but these errors were encountered: