Skip to content

Commit

Permalink
Update guide.md (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Raynor authored Aug 30, 2016
1 parent 21ac46f commit 66f7a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
Queues can be used in your Firebase app to organize workers or perform background work like generating thumbnails of images, filtering message contents and censoring data, or fanning data out to multiple locations in your Firebase database. First, let's define a few terms we'll use when talking about a queue:
- `task` - a unit of work that a queue worker can process
- `spec` - a definition of an operation that the queue will perform on matching tasks
- `job` - one of more `spec`'s that specify a series of ordered operations to be performed
- `job` - one or more `spec`'s that specify a series of ordered operations to be performed
- `worker` - an individual process that picks up tasks with a certain spec and processes them

Let's take a look at a simple example to see how this works. Imagine you wanted to build a chat application that does two things:
Expand Down

0 comments on commit 66f7a5c

Please sign in to comment.