Skip to content

Commit 4733a24

Browse files
AlekseyKorzikgitbook-bot
authored andcommitted
GITBOOK-84: Mention queueable batch jobs, minor spelling fixes
1 parent b709a18 commit 4733a24

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setting-up/jobs/job-types.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ Despite the differences in job types, all jobs benefit from core functionalities
1414

1515
### Batch Jobs
1616

17-
Batch jobs are executed on demand, running on a specified number of Bacalhau nodes. These jobs either run until completion or until they reach a timeout. They are designed to carry out a single, discrete task before finishing.
17+
Batch jobs are executed on demand, running on a specified number of Bacalhau nodes. These jobs either run until completion or until they reach a timeout. They are designed to carry out a single, discrete task before finishing. This is the only queueable job type.
1818

1919
Ideal for intermittent yet intensive data dives, for instance performing computation over large datasets before publishing the response. This approach eliminates the continuous processing overhead, focusing on specific, in-depth investigations and computation.
2020

2121
### Ops Jobs
2222

2323
Similar to batch jobs, ops jobs have a broader reach. They are executed on all nodes that align with the job specification, but otherwise behave like batch jobs.
2424

25-
Ops jobs are perfect for urgent investigations, granting direct access to logs on host machines, where previously you may have had to wait for the logs to arrive at a central locartion before being able to query them. They can also be used for delivering configuration files for other systems should you wish to deploy an update to many machines at once.
25+
Ops jobs are perfect for urgent investigations, granting direct access to logs on host machines, where previously you may have had to wait for the logs to arrive at a central location before being able to query them. They can also be used for delivering configuration files for other systems should you wish to deploy an update to many machines at once.
2626

2727
### Daemon Jobs
2828

@@ -32,6 +32,6 @@ A good application of daemon jobs is to handle continuously generated data on ev
3232

3333
### Service Jobs
3434

35-
Service jobs run continuously on a specified number of nodes that meet the criteria given in the job specification. Bacalhau's orchestrator selects the optimal nodes to run the job, and continuously monitors its health, performance. If required it will reschedule on other nodes.
35+
Service jobs run continuously on a specified number of nodes that meet the criteria given in the job specification. Bacalhau's orchestrator selects the optimal nodes to run the job, and continuously monitors its health, performance. If required, it will reschedule on other nodes.
3636

37-
This job type is good for long running consumers such as streaming or queueing services, or real-time event listeners.
37+
This job type is good for long-running consumers such as streaming or queuing services, or real-time event listeners.

0 commit comments

Comments
 (0)