Skip to content

Commit

Permalink
Update plugins/catalog-backend-module-okta/README.md
Browse files Browse the repository at this point in the history
Reducing timeout.

Co-authored-by: Zach Hammer <[email protected]>
  • Loading branch information
billabongrob and zhammer committed Mar 22, 2024
1 parent e444047 commit 2cd404c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/catalog-backend-module-okta/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default async function createPlugin(
logger: env.logger,
schedule: env.scheduler.createScheduledTaskRunner({
frequency: { days: 1 },
timeout: { minutes: 30 },
timeout: { minutes: 5 },
}),
// query params passed to the okta api groups request
listGroupsRequest: {
Expand Down

0 comments on commit 2cd404c

Please sign in to comment.