mirror of
https://github.com/strapi/strapi.git
synced 2025-10-30 09:23: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 syncAuthSettings();
|
||||||
await syncAPITokensPermissions();
|
await syncAPITokensPermissions();
|
||||||
|
|
||||||
getService('metrics').startCron(strapi);
|
|
||||||
|
|
||||||
await getService('metrics').sendUpdateProjectInformation();
|
await getService('metrics').sendUpdateProjectInformation();
|
||||||
|
|
||||||
|
getService('metrics').startCron(strapi);
|
||||||
|
|
||||||
apiTokenService.checkSaltIsDefined();
|
apiTokenService.checkSaltIsDefined();
|
||||||
transferService.token.checkSaltIsDefined();
|
transferService.token.checkSaltIsDefined();
|
||||||
tokenService.checkSecretIsDefined();
|
tokenService.checkSecretIsDefined();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user