Skip to content

Commit

Permalink
Merge pull request #1616 from gettakaro/main-promotion
Browse files Browse the repository at this point in the history
  • Loading branch information
niekcandaele authored Oct 7, 2024
2 parents 9feec8a + c4db5e8 commit f8a8b0d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/lib-apiclient/src/generated/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Takaro app-api
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: development - fee61be90c866b4176d9c739d3bd169396d589b9
* The version of the OpenAPI document: development - f2f8104a7e71df5328437120ff6d6850ecb4e716
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-apiclient/src/generated/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Takaro app-api
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: development - fee61be90c866b4176d9c739d3bd169396d589b9
* The version of the OpenAPI document: development - f2f8104a7e71df5328437120ff6d6850ecb4e716
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-apiclient/src/generated/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Takaro app-api
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: development - fee61be90c866b4176d9c739d3bd169396d589b9
* The version of the OpenAPI document: development - f2f8104a7e71df5328437120ff6d6850ecb4e716
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-apiclient/src/generated/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Takaro app-api
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: development - fee61be90c866b4176d9c739d3bd169396d589b9
* The version of the OpenAPI document: development - f2f8104a7e71df5328437120ff6d6850ecb4e716
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-apiclient/src/generated/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Takaro app-api
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: development - fee61be90c866b4176d9c739d3bd169396d589b9
* The version of the OpenAPI document: development - f2f8104a7e71df5328437120ff6d6850ecb4e716
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
4 changes: 2 additions & 2 deletions packages/lib-queues/src/TakaroWorker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ export abstract class TakaroWorker<T> {
this.bullWorker = new Worker(name, instrumentedProcessor as Processor, {
connection: getRedisConnectionOptions(),
concurrency,
removeOnComplete: { count: 100 },
removeOnFail: { count: 5000 },
removeOnComplete: { count: 10 },
removeOnFail: { count: 10 },
...extraBullOpts,
});
}
Expand Down

0 comments on commit f8a8b0d

Please sign in to comment.