If the last_access_ts column in the postgres database is NULL, s3_media_upload update does not pick up on it, and ignores it. Is this by design? (as it could probably indeed cause a race condition between the update mechanism and the person who'd upload it)
If the
last_access_ts
column in the postgres database isNULL
,s3_media_upload update
does not pick up on it, and ignores it. Is this by design? (as it could probably indeed cause a race condition between the update mechanism and the person who'd upload it)