You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to approcket
I needed to replicate two mysql tables into one app engine entity type so I created two replication services in the config file. Everything seemed to work except for one issue. The table in mysql that stores the last timestamp for each replication service uses the entity kind as a key, so both my replication services where sharing the same record. I fixed the issue by changing station.py to use the replication service name as the key rather than the kind. That fixed the problem. If anyone is interested in getting the update, let me know.