https://prefect.io
Join Slack
Hi, I have a question about the new pricing for the Prefect Cloud. It has increased from 450€/month ...
c

Christian

over 1 year ago
Hi, I have a question about the new pricing for the Prefect Cloud. It has increased from 450€/month to 1850€/month. But even with this high costs, there is a limitation of 10 automations. If a company is scaling and would like to switch from Free/Self Hosted to the Cloud is able to pay >22K/year for a workflow system, they should be able to automate all their workflows, because in a complex data environment only time based scheduling is not sufficient and you need more "When A has finished, run B" / "If B and C have finished, run D" etc. rules. How are you handling a logic like that, if only 10 automations are allowed even at this price point?
c
w
+2
  • 4
  • 5
  • 558
Hey all, I still am confused about the `work queue` and `work pool` behavior :thinking_face: I have...
r

Robin

over 2 years ago
Hey all, I still am confused about the
work queue
and
work pool
behavior šŸ¤” I have created a deployment with work queue
wq1
. I have created a prefect agent with work queue
wq1
. •
Agent started! Looking for work from queue(s): wq1...
When I trigger a flow via API, it is shown as: • work pool:
default-agent-pool
• work queue:
wq1
However, the agent does not pick up that flow run šŸ¤” Any thoughts or suggestions? PS: I did it similarly before and it worked before, I think. PPS: I redeployed the flow already several times (i.e. whenever I needed to restart the related EC2 instance).
āœ… 1
r
  • 1
  • 3
  • 547
in prefect 2.0 what is the best way to chain results between map tasks? Specifically, how should err...
n

Neil Natarajan

about 3 years ago
in prefect 2.0 what is the best way to chain results between map tasks? Specifically, how should errors on specific iterations be handled if the remaining results are still desired? This seemed seemless in prefect 1.x but I am running into issues while migrating to 2.0
n
k
+3
  • 5
  • 16
  • 546
Hi, with Prefect 2.0, how to use command line to run a flow with parameters (prefect deployment run...
p

Patrick Tan

almost 3 years ago
Hi, with Prefect 2.0, how to use command line to run a flow with parameters (prefect deployment run id ......etc)
āœ… 1
p
z
  • 2
  • 8
  • 542
Hi Team, I'm running into ECS permission issues while trying to deploy a flow-- Though I'm specifyin...
r

Renzo Becerra

over 4 years ago
Hi Team, I'm running into ECS permission issues while trying to deploy a flow-- Though I'm specifying ecs cluster on agent start, I'm getting a permission error on resource *. This user only has permissions to the ECS cluster listed. Any thoughts? Thanks.
prefect agent ecs start --cluster my-cluster-arn --launch-type EC2

botocore.errorfactory.AccessDeniedException: An error occurred (AccessDeniedException) when calling the RegisterTaskDefinition operation: User: arn:aws:iam::**********:user/********* is not authorized to perform: ecs:RegisterTaskDefinition on resource: *
r
n
m
  • 3
  • 15
  • 532
Hey everyone, I'm getting the following error Pydantic error (in thread) when a scheduled deployment...
b

Brian Oldak

about 1 year ago
Hey everyone, I'm getting the following error Pydantic error (in thread) when a scheduled deployment runs. It looks like there's some issue with the way I've defined the schedule in
prefect.yaml
, but no change has been made to this and I have other scheduled deployments that are working fine with similar configuration. Has anyone run into this?
b
n
  • 2
  • 22
  • 526
I'm trying to dynamically add tags to a flow by iterating through a list. Tried a few different thi...
s

Sean Conroy

over 2 years ago
I'm trying to dynamically add tags to a flow by iterating through a list. Tried a few different things, but keep getting
TypeError: 'list' object does not support the context manager protocol
or
TypeError: 'generator' object does not support the context manager protocol
Here's one of my attempts. Any suggestions on how to do this?
from prefect import flow, task, tags
from prefect.context import TagsContext

def add_tags(tag):
    with tags(tag):
        yield

@flow()
def my_flow():
    # print(TagsContext.get().current_tags)
    print('inside flow')


tag_list = ['mytag1', 'mytag2']

with [add_tags(x) for x in tag_list]:
    my_flow()
s
n
d
  • 3
  • 20
  • 519
<@ULVA73B9P> does prefect3 requires a running prefect server ?
f

Florian Giroud

11 months ago
@Marvin does prefect3 requires a running prefect server ?
f
m
n
  • 3
  • 27
  • 515
Logs not visible on UI , how to fix this ?
m

Muddassir Shaikh

over 3 years ago
Logs not visible on UI , how to fix this ?
discourse 1
m
a
+2
  • 4
  • 22
  • 515
i have created a docker worker on a server and trying to run my private docker image, but this error...
s

siddhant

11 months ago
i have created a docker worker on a server and trying to run my private docker image, but this error occues as it could not fetch docker image due to docker not able to login to registry.
s
r
+2
  • 4
  • 16
  • 514
Previous456Next

Prefect Community

Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.

Powered by