Fixed
Details
Details
Assignee
Unassigned
UnassignedClient
Integrated Marijn
Integrated MarijnProduct owner
Marijn Otte
Marijn OtteMin. hours
11
Dev hour estimate
6
e-Active team
Developers
Original estimate
1d 3h 30m
Sprint
None
Fix versions
OTM informatie
OTM informatie
Created July 13, 2017 at 8:48 PM
Updated June 1, 2023 at 7:53 AM
Resolved July 15, 2018 at 8:36 PM
Background
Future published / unpublished items are currently not kept in the queue, so the future publication won't take place.
In this fix is included in the solution.
Requirements
To support delayed published times, use the 'time_execute' in the queue and check in the exporter if an document is published.
Also do the same for the 'Integrated\Bundle\SocialBundle\Connector\Twitter\Exporter'
Support publication start date and publication end date
Make sure the state is checked before executing the export. For the "add" state: when processing the queue the item can be unpublished, future published, past published or deleted. You have to check that again. For the "delete" state: when processing the queue the item can be published. So in both situations the state might be switched.