Commit eb45d74
authored
Increase team-provisioner timeout to 300s (#124)
## Summary
- Increases team-provisioner Lambda timeout from 60s to 300s
- With 54 members, the Lambda timed out during group sync after creating
all accounts
- Each member takes ~3s (check exists + create + forwarding attempt +
welcome email), so 54 members alone need ~162s before group sync even
starts
## Context
The provision-groups run from registry PR #21 merge timed out at 60s.
All accounts were created and welcome emails sent, but group membership
sync didn't complete.1 parent 0ac926d commit eb45d74
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
887 | 887 | | |
888 | 888 | | |
889 | 889 | | |
890 | | - | |
| 890 | + | |
891 | 891 | | |
892 | 892 | | |
893 | 893 | | |
| |||
0 commit comments