mirror of
https://github.com/strapi/strapi.git
synced 2025-10-30 01:17:28 +00:00
Send information without waiting CRON job
This commit is contained in:
parent
e4cb1a8c6a
commit
a96939e659
@ -93,10 +93,10 @@ export default async ({ strapi }: { strapi: Strapi }) => {
|
||||
await syncAuthSettings();
|
||||
await syncAPITokensPermissions();
|
||||
|
||||
getService('metrics').startCron(strapi);
|
||||
|
||||
await getService('metrics').sendUpdateProjectInformation();
|
||||
|
||||
getService('metrics').startCron(strapi);
|
||||
|
||||
apiTokenService.checkSaltIsDefined();
|
||||
transferService.token.checkSaltIsDefined();
|
||||
tokenService.checkSecretIsDefined();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user