Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
web-et-numerique
Factory
Resin
Server
Commits
da596d6f
Commit
da596d6f
authored
1 year ago
by
Hugo NOUTS
Browse files
Options
Downloads
Patches
Plain Diff
temporary change(cron): changed cron expression to facilitate qa
parent
66982bb2
No related branches found
No related tags found
1 merge request
!322
V2.4.0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/structures/services/structures-import.service.ts
+1
-1
1 addition, 1 deletion
src/structures/services/structures-import.service.ts
with
1 addition
and
1 deletion
src/structures/services/structures-import.service.ts
+
1
−
1
View file @
da596d6f
...
...
@@ -25,7 +25,7 @@ export class StructuresImportService {
@
InjectModel
(
Structure
.
name
)
private
structureModel
:
Model
<
StructureDocument
>
)
{}
@
Cron
(
CronExpression
.
EVERY_
WEEK
)
@
Cron
(
CronExpression
.
EVERY_
DAY_AT_MIDNIGHT
)
public
async
importDataGouvStructures
():
Promise
<
void
>
{
this
.
logger
.
debug
(
`Importing all structures from data.gouv dataset...`
);
try
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment