Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
dsk-cr20g
Commits
47c6a1b7
Commit
47c6a1b7
authored
Sep 15, 2023
by
施翔轲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新定时任务日志输出内容
parent
7066ab32
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
TenantTimerTask.java
...n/src/main/java/com/dsk/web/schedule/TenantTimerTask.java
+1
-1
No files found.
dsk-admin/src/main/java/com/dsk/web/schedule/TenantTimerTask.java
View file @
47c6a1b7
...
@@ -25,7 +25,7 @@ public class TenantTimerTask {
...
@@ -25,7 +25,7 @@ public class TenantTimerTask {
*/
*/
@Scheduled
(
cron
=
"0 0/10 * * * ? "
)
@Scheduled
(
cron
=
"0 0/10 * * * ? "
)
public
void
updateExpiredTenantStatus
()
{
public
void
updateExpiredTenantStatus
()
{
log
.
info
(
"执行定时禁用已过期租户账号(
6h
/次)"
);
log
.
info
(
"执行定时禁用已过期租户账号(
10min
/次)"
);
TenantHelper
.
ignore
(
tenantService:
:
handleExpiredTenant
);
TenantHelper
.
ignore
(
tenantService:
:
handleExpiredTenant
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment