Skip to content

Commit

Permalink
reduce frequency of webhook syncing
Browse files Browse the repository at this point in the history
  • Loading branch information
tobytwigger committed Apr 9, 2020
1 parent b785b81 commit b7e62b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [1.1.13] - (09/04/2020)

### Changed
- Reduce frequency of webhook syncing

## [1.1.13] - (09/04/2020)

### Changed
- Suppress 502 and 504 responses from Typeform

Expand Down Expand Up @@ -103,7 +108,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial Release

[Unreleased]: https://github.com/bristol-su/typeform/compare/v1.1.13...HEAD
[Unreleased]: https://github.com/bristol-su/typeform/compare/v1.1.14...HEAD
[1.1.14]: https://github.com/bristol-su/typeform/compare/v1.1.13...v1.1.14
[1.1.13]: https://github.com/bristol-su/typeform/compare/v1.1.12...v1.1.13
[1.1.12]: https://github.com/bristol-su/typeform/compare/v1.1.11...v1.1.12
[1.1.11]: https://github.com/bristol-su/typeform/compare/v1.1.10...v1.1.11
Expand Down
2 changes: 1 addition & 1 deletion app/ModuleServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class ModuleServiceProvider extends ServiceProvider
];

protected $scheduledCommands = [
SyncWebhookStatus::class => '* * * * *',
SyncWebhookStatus::class => '*/4 * * * *',
CheckResponses::class => '*/5 * * * *'
];

Expand Down

0 comments on commit b7e62b9

Please sign in to comment.