Skip to content

Commit

Permalink
Update intro_to_background_workers.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juliet-e authored Jul 29, 2024
1 parent a3af52f commit 0c25c27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion module3/lessons/intro_to_background_workers.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ How do you identify areas of the application that can benefit from a background
- Data Processing - e.g. generating thumbnails or resizing images
- 3rd Party APIs - interacting with a service outside of your site
- Maintenance - expiring old sessions, sweeping caches
- Email - a request that causes an email to be sent
- Email/Text Services - a request that causes an email or SMS to be sent
- Scheduling a task - e.g. daily reminders, clearing data after a time period

Applications with good Object Oriented design make it easy to queue background jobs, while poor OO makes it hard to extract jobs since responsibilities tend to overlap.

Expand Down

0 comments on commit 0c25c27

Please sign in to comment.