Skip to content

Commit

Permalink
no node_caching for synchronous jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
jdries committed May 26, 2023
1 parent 318372d commit e5223c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openeo_driver/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,7 @@ def result(user: User):
'user': user,
'require_bounds': True,
'correlation_id': request_id,
'node_caching': False
})

request_costs = functools.partial(backend_implementation.request_costs,
Expand Down

0 comments on commit e5223c4

Please sign in to comment.