kareila (
kareila) wrote in
dw_dev_training2010-06-03 04:40 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[site community profile]](https://www.dreamwidth.org/img/comm_staff.png)
augh, workers
I am having massive amounts of fail trying to do anything on my dreamhack involving crossposting or importing. I'm trying to test a pretty simple bugfix that just involves viewing a crossposted entry and a non-crossposted entry and looking for different text strings on each.
I can't get the crossposter to work. First the worker isn't running, so I fix that, then the date is out of order on the destination journal, so I fix that, then the password is invalid, so I fix THAT, then... nothing.
Then I deleted the crosspost account and... it won't let me create another one (0/0). Erk.
So I decided to see if importing my LJ would work somehow, and that isn't doing anything either. It's been stuck at the verifying user/pass step for... almost half an hour now.
Am I doing something stupid, or has LJ blocked the dreamhack machine (and if so, how to get the option to crosspost to/import from DW working?) or... is there anything else I'm missing here?
Alternatively, can someone else test my fix for bug 2531 so I can stop worrying about it?
SO FRUSTRATED.
I can't get the crossposter to work. First the worker isn't running, so I fix that, then the date is out of order on the destination journal, so I fix that, then the password is invalid, so I fix THAT, then... nothing.
Then I deleted the crosspost account and... it won't let me create another one (0/0). Erk.
So I decided to see if importing my LJ would work somehow, and that isn't doing anything either. It's been stuck at the verifying user/pass step for... almost half an hour now.
Am I doing something stupid, or has LJ blocked the dreamhack machine (and if so, how to get the option to crosspost to/import from DW working?) or... is there anything else I'm missing here?
Alternatively, can someone else test my fix for bug 2531 so I can stop worrying about it?
SO FRUSTRATED.
no subject
no subject
no subject
no subject
no subject
no subject
no subject
Both of these:
bin/worker/content-importer-verify -v
bin/worker/content-importer -v
And of course:
bin/worker/xpost -v
Then you have to run this every time you have a change in the imports, i.e., to do the scheduling:
bin/worker/import-scheduler
It exits when it's done, so you have to re-run it. I usually stick it in a loop:
while true; do sleep 10 && bin/worker/import-scheduler; done
Then it runs every 10 seconds and I don't have to think about it.
This doesn't run any of the jobs to send ESN messages though, so sometimes since status is sent that way, you then have to run the standard filter, esn, etc jobs.
no subject
no subject