Skip to main content
This page is currently under construction. Content will be available soon.

Worker Flavor

The Worker flavor provides powerful background task processing capabilities for Tasteful applications.

Overview

Coming soon: Complete Worker flavor documentation.

Features

  • Asynchronous task processing
  • Job queues and scheduling
  • Retry mechanisms and error handling
  • Progress tracking and monitoring
  • Distributed processing support
  • Cron-like scheduling

Use Cases

  • Email sending and notifications
  • Data processing and ETL
  • File uploads and media processing
  • Report generation
  • Batch operations
  • Scheduled maintenance tasks

Integration

Examples of integrating the Worker flavor with:
  • Celery
  • Redis/RabbitMQ
  • Database queues
  • Cloud task services

This documentation is being actively developed. Check back soon for complete content.
I