Execution Governors and Limits - Force.com Platform Apex Limits Flashcards

1
Q

The maximum number of asynchronous Apex method executions (batch Apex, future methods, Queueable Apex, and scheduled Apex) per a 24-hour period1

A

250,000 or the number of user licenses in your org multiplied by 200, whichever is greater

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Number of synchronous concurrent transactions for long-running transactions that last longer than 5 seconds for each org.2

A

10

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Maximum number of Apex classes scheduled concurrently

A
  1. In Developer Edition orgs the limit is 5.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Maximum number of batch Apex jobs in the Apex flex queue that are in Holding status

A

100

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Maximum number of batch Apex jobs queued or active concurrently3

A

5

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Maximum number of batch Apex job start method concurrent executions4

A

1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Maximum number of batch jobs that can be submitted in a running test

A

5

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Maximum number of test classes that can be queued per 24-hour period (production orgs other than Developer Edition)5

A

The greater of 500 or 10 multiplied by the number of test classes in the org

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Maximum number of test classes that can be queued per 24-hour period (sandbox and Developer Edition orgs)5

A

The greater of 500 or 20 multiplied by the number of test classes in the org

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Maximum number of query cursors open concurrently per user6

A

50

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Maximum number of query cursors open concurrently per user for the Batch Apex start method

A

15

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Maximum number of query cursors open concurrently per user for the Batch Apex execute and finish methods

A

5

How well did you know this?
1
Not at all
2
3
4
5
Perfectly