Skip to content

Commit

Permalink
Change back to pixetl job queue being normal spot queue.
Browse files Browse the repository at this point in the history
  • Loading branch information
danscales committed Nov 24, 2024
1 parent 6053d72 commit 16bb6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/pydantic/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class TileCacheJob(Job):
class PixETLJob(Job):
"""Use for raster transformations using PixETL."""

job_queue = ON_DEMAND_COMPUTE_JOB_QUEUE
job_queue = PIXETL_JOB_QUEUE
job_definition = PIXETL_JOB_DEFINITION
vcpus = MAX_CORES
memory = MAX_MEM
Expand Down

0 comments on commit 16bb6da

Please sign in to comment.