Closed
Bug 927825
Opened 12 years ago
Closed 12 years ago
[ReMo] Cron job cannot talk to Celery
Categories
(Infrastructure & Operations Graveyard :: WebOps: Community Platform, task)
Infrastructure & Operations Graveyard
WebOps: Community Platform
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: giorgos, Assigned: cturra)
Details
We have a cron job on ReMo that among other things tries to contact celery broker to add some jobs.
This fails with "Connection refused" error so I guess there is no network flow between the machine that runs the cron job and the broker.
Can we please fix that?
This is blocking a release so the sooner the better. Thanks!
| Reporter | ||
Comment 1•12 years ago
|
||
This is reproduced on both stage (reps.a.o), dev (reps-dev.a.o)
Please make sure that the flow is open on prod too.
| Reporter | ||
Comment 2•12 years ago
|
||
Ping?
This is blocking a release a few days now :|
| Assignee | ||
Comment 3•12 years ago
|
||
i just had a look at the environments for you and can see each of the web nodes have access to the celery broker, but the admin node does not. i will open a bug with netops to get this flow in place for you.
| Assignee | ||
Comment 4•12 years ago
|
||
netflows are now open.
[cturra@engagementadm.private.phx1 settings]$ nc -zv engagement-celery1.seamicro.phx1.mozilla.com 5672
Connection to engagement-celery1.seamicro.phx1.mozilla.com 5672 port [tcp/amqp] succeeded!
Assignee: server-ops-webops → cturra
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 5•12 years ago
|
||
We're still waiting for dev and stage.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 6•12 years ago
|
||
(In reply to Giorgos Logiotatidis [:giorgos] from comment #5)
> We're still waiting for dev and stage.
dev is working as expected, we're just waiting on a netflow for stage.
[cturra@engagementadm.private.phx1 remo]$ nc -zv engagement-celery1.dev.seamicro.phx1.mozilla.com 5672
Connection to engagement-celery1.dev.seamicro.phx1.mozilla.com 5672 port [tcp/amqp] succeeded!
| Assignee | ||
Comment 7•12 years ago
|
||
the cron now runs successfully in all environments. for more details see bug 929443.
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•