mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-09-17 11:15:54 +00:00
Remove fetch status setting in AMQP publisher.
This commit is contained in:
@@ -129,7 +129,6 @@ public class AMQPPublishProcessor extends Processor {
|
||||
}
|
||||
|
||||
curi.getAnnotations().add(A_SENT_TO_AMQP);
|
||||
curi.setFetchStatus(S_SENT_TO_AMQP);
|
||||
}
|
||||
} catch (Exception e) {
|
||||
logger.log(Level.SEVERE, "Attempting to send URI to AMQP server failed! " + curi, e);
|
||||
|
||||
Reference in New Issue
Block a user